home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Akce / Quartet / Main / MAIN.SWF / scripts / DefineButton2_416 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2002-08-07  |  272b  |  11 lines

  1. on(release){
  2.    if(eval("_root.tools_" add eval("_root:toolsVersion"))._visible)
  3.    {
  4.       eval("_root.tools_" add eval("_root:toolsVersion"))._visible = false;
  5.    }
  6.    else
  7.    {
  8.       eval("_root.tools_" add eval("_root:toolsVersion"))._visible = true;
  9.    }
  10. }
  11.